use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs
authorTim Janik <timj@gtk.org>
Tue, 26 Jun 2001 08:32:25 +0000 (08:32 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 26 Jun 2001 08:32:25 +0000 (08:32 +0000)
commitbf0d61a59b9e1b889ba98b36b05a90e76f64eced
treefe8a750554c398b744dbfd4b99eb617122344b00
parent0e0ee24bea94062f9dc3d82007cc5184a7f79b3a
use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs

Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkiconfactory.c:
        * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
        item factory so inlined pixbufs actually work.

Tue Jun 26 09:48:02 2001  Tim Janik  <timj@gtk.org>

        * Makefile.am (noinst_PROGRAMS): get rid of make-inline-pixbuf

        * gdk-pixbuf-data.[hc]: provide gdk_pixbuf_new_from_stream()
        instead from gdk_pixbuf_new_from_inline().

        * gdk-pixdata.[hc]: auxillary GdkPixdata structure, public
        installed API for applications that need to serialize/deserialize
        on their own (gimp, BEAST).

        * gdk-pixbuf/gdk-pixbuf-csource.c: provide publically installed
        program that can dump images in CSource format and Pixbuf
        stream format. supports RLE encoding, MACRO formatting etc...
        invoke with --help.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
demos/Makefile.am
demos/testpixbuf.c